Widget-Dock: A Workbench Providing 27 Cards on Both Sides of DSH Web Conversations

widget-dock is a web client plugin for DeepSeek Harness (DSH), designed to address the issue of scattered metrics such as API balance, tokens, and costs. It provides a grid-aligned card dashboard that displays 27 built-in cards alongside the conversation interface, supporting features such as balance queries, inference intensity adjustment, image transcription, and GitHub-style usage heatmaps. The plugin supports session-specific independent layout customization, with data persisted via localStorage and retained after restart. Installation can be completed through the `dsh plugin` command or by manually linking the repository. When in use, users can drag and sort cards, configure API Keys (stored locally only) to view balances, or connect to a local LM Studio for image transcription. The plugin is licensed under MIT, currently in its current state.

Read More
gameswu/dsh-plugin-vscode-sidebar: Adding a VSCode-style Workbench to DSH Web

`gameswu/dsh-plugin-vscode-sidebar` is a client-side plugin for DSH Web, designed to address the issue of context fragmentation caused by multiple scattered windows during coding. This plugin integrates VSCode-style functionalities into the DSH Web interface, featuring a right sidebar and bottom panels, with support for session isolation. Core functionalities include: a file explorer with lazy loading and icon display, supporting Git status markings; a Monaco-based editor offering full language syntax highlighting, Markdown preview, and KaTeX formula support; a source code management panel with diff statistics, branch switching, and lane diagrams; a real terminal and embedded sandbox browser based on xterm.js; and a task manager for viewing Subagent topology and streaming output of background tasks. Plugin settings take effect immediately, and the interface language follows

Read More